Loading...

Active Directory B2C11

Azure AD B2C/Prisma ORM - Data control via REST - Part 2

Azure AD B2C/Prisma ORM - Data control via REST - Part 2

I will show you how you can delete and/or update your data within the Azure AD B2C Directory and your PostgreSQL DB at Neon.tech with ease using Prisma ORM/REST

Adding Identity Provider (Google, Github, and Microsoft) to Azure AD B2C Tenant to enable Social Login

Adding Identity Provider (Google, Github, and Microsoft) to Azure AD B2C Tenant to enable Social Login

We will focus on possible Identity providers for our Azure B2C Tenant because we would like to remove every obstacle for our users during the login process. Let's start with the main ones.

Azure AD B2C: Integrate one of the best Authentication and Authorization Platforms to your Next.js 14 Project for free

Azure AD B2C: Integrate one of the best Authentication and Authorization Platforms to your Next.js 14 Project for free

One part is still missing for our fully-fledged blog project based on Next.js 14, Contentful and Algolia. And that is user registration and login (authentication and authorization), which is essential nowadays. We will use AD B2C.

How to manipulate your Azure AD B2C Data via your REST API

How to manipulate your Azure AD B2C Data via your REST API

I will show you how easy it is to access your data in your Azure AD B2C Tenant via REST so that you can integrate it into your Next.js 14 project. We will extend our Prisma schema as well.

Custom styling Azure AD B2C Signup-Signin Page Next.js 14

Custom styling Azure AD B2C Signup-Signin Page Next.js 14

After integrating it into our Next.js 14 project, we will style the signup and sign-in page provided by Azure AD B2C to look nicer.

Integrating Azure AD B2C into Next.js 14 with ease

Integrating Azure AD B2C into Next.js 14 with ease

We will focus on integrating this tenant into a full-fledged Next.js 14 project. As a template, we will take the example that we created in the previous stories

Automated creation of Azure resources via CLI in Next.js - Part 3

Automated creation of Azure resources via CLI in Next.js - Part 3

In the third story, we will use our Next.js app to get the Azure AD B2C Access Token to create Resources on Azure via the App Service created initially.

Next.js 14 - Building a Saas solution on Azure (long-running processes) - Part 1

Next.js 14 - Building a Saas solution on Azure (long-running processes) - Part 1

In the next few posts, I will guide you through building a SaaS solution on Azure (Blob Storage, App Services, Azure Functions, Azure AD B2C, etc.).

Next.js 14 / Upstash Redis - Adding a Clap Function within minutes

Next.js 14 / Upstash Redis - Adding a Clap Function within minutes

I will show you how fast you can add a clap function to your blog posts. We use Upstash Redis as our serverless DB, Next.js 14 for the App, and Azure AD B2C with Next-Auth

Custom login data tracking with Prisma/Serverless Postgres in Next.js 14

Custom login data tracking with Prisma/Serverless Postgres in Next.js 14

I want to track login attempts to support users if they face issues and to understand better what is going on during login. Azure offers a smart way to implement some logic.

Next.js 14 — Building a SaaS Solution on Azure (Storage Accounts etc.) — Part 4

Next.js 14 — Building a SaaS Solution on Azure (Storage Accounts etc.) — Part 4

In this final part of our series on building a SaaS solution using Next.js 14 and Azure, we will focus on the critical aspect of managing Azure Storage Accounts.